home *** CD-ROM | disk | FTP | other *** search
- # Ultimate Steroids
- # Configuration
- # Comments begin with #
- #-----------------------------
-
- #########################
- # VIDEO CONFIGURATION
- #########################
- # Rendermethod
- # 0....Software
- # 1....Hardware acceleration
- rendermethod = 1
-
-
- # Driver
- # 0....Default (mostly fullscreen)
- # 1....Fullscreen
- # 2....Windowed
- driver = 1
-
-
- # Resolution
- screen_w = 640
- screen_h = 480
-
-
- # Color depth
- colordepth = 16
-
-
- # Dithering
- # 0....Disabled
- # 1....Enabled
- dither = 1
-
- # Lighting
- # 0....Disabled
- # 1....Enabled
- lighting = 1
-
- #########################
- # GAME CONFIGURATION
- #########################
-
- # Player #1 controller
- # 0....Keyboard
- # 1....Mouse
- p1_controller = 0
-
- # Fast explosions
- fast_explosions = 0
-
- # Clock
- clock = 1
-
- # FPS counter
- fps_counter = 0
-
- # Menu animation (nice, but stupid...)
- menu_anim = 0
-
- #########################
- # COMPETITION SETTINGS
- #########################
-
- comp_time_mins = 5
- comp_weapon_grade = 1
- comp_lifes = 1
- comp_best_of = 1
-
- #########################
- # SOUND / MUSIC CONFIGURATION
- #########################
- # Is the sound and music enabled?
- sound_and_music = 1
-
-
- # Music volume (0-255)
- music_volume = 128
-
-
- # Sound volume (0-255)
- sound_volume = 179
-
-
- # Toggling this between 0 and 1 reverses the left/right panning of sounds
- flip_pan = 0
-
-
- # User must run the Config.exe before playing
- config_run = 0
-